/*****网站内页，全局栏目头颜色设置－开始******/
body{font: 14px/240% Microsoft YaHei;color:#333333; margin:0;background:#fff;overflow-x:hidden}

a:focus, a:hover{color: #f70b59;}

h1,h2,h3,h4,h5,h6,p{margin: 0;padding: 0;}
.clear{clear: both;}

/*****内容区1200像素******/
@media (min-width: 768px) {
    .container {
        width:750px
    }
}
@media (min-width: 992px) {
    .container {
        width:970px
    }
}
@media (min-width: 1200px) {
    .container {
        width:1200px
    }
}



/*********首页样式*********/



/* 公共标题样式 */
.bt { margin-bottom: 30px;border-bottom: 2px solid #111;padding-bottom: 15px;}
.bt h5 { font-family: Times New Roman; font-size: 28px; text-transform: uppercase;font-weight: bold; color: #000; line-height: 1; margin-bottom: 6px;}
.bt h3 { font-size: 26px; line-height: 1;color: #f70b59;font-weight: bold;letter-spacing: 2px;}

@media (min-width: 992px) and (max-width: 1200px){
  
}

@media (max-width: 992px){
  
  .bt{margin-bottom: 20px;}
  .bt h5{font-size: 24px;}
  .bt h3{font-size: 22px;}
  
}

@media (max-width: 767px){

  .bt { margin-bottom: 10px;padding: 0 15px 10px;}
  .bt h5 {font-size: 20px;margin-bottom: 3px;}
  .bt h3 {font-size: 20px;}
  
}


/* 产品分类 */
.fenlei{padding: 50px 0;}

.fl-bg{background: url(../images/bg1.jpg)no-repeat center;background-size: 100% 150px;}
.fl-box{float: left;width: 19%;margin-right: 1.2%;}
.fl-box:last-child{margin-right: 0;}
.fl-box a{display: block;background: #000;position: relative;overflow: hidden;}
.fl-box a img{width: 100%;opacity: .6;transition: all .5s;transform: scale(1.1);}
.fl-box a:hover img{transform: scale(1);}
.fl-nr{position: absolute;width: 100%;top: 0;left: 0;background: url(../images/fl-btn.png)no-repeat center;background-size: 50%;text-align: center;height: 100%;display: flex;justify-content: center;align-items: center;}
.fl-nr h5{font-size: 18px;line-height: 1;color: #fff;}

@media (min-width: 992px) and (max-width: 1200px){
  
}

@media (max-width: 992px){
  
  .fl-bg{background-size: 100% 80px;}
  .fenlei {padding: 30px 0;}
  
}

@media (max-width: 767px){

  .fl-bg { padding: 0 10px;}
  .fl-nr h5 { font-size: 14px;}
  
}


/* 案例 */
.anli{padding: 60px 0;background: #eee;}

.anli-cont{}
.al-box1{float: left;width: 42%;padding-right: 10px;}
.al-box2{float: left;width: 35%;padding-right: 10px;}
.al-box3{float: right;width: 23%;}
.al-p{background: #fff;padding: 10px;}

.al-nr{overflow: hidden;}
.al-nr img{width: 100%;min-height: 100%;}

.box1-1{margin-bottom: 10px;}
.box1-1 .al-nr{height: 480px;}
.box1-2 .al-nr{height: 260px;}

.box2-1{margin-bottom: 10px;}
.box2-1 .al-info{background: #f70b59;padding: 20px;height: 300px;}
.box2-1 .al-info h3 {font-size: 26px; font-weight: bold;  color: #fff;text-align: right;line-height: 1;margin-bottom: 10px;margin-top: 15px;}
.box2-1 .al-info h5 { text-transform: uppercase; font-size: 14px;line-height: 1; color: #fff;text-align: right;}
.box2-1 .al-info hr{border-top: 1px solid #f3729d;margin: 15px 0 30px;}
.box2-1 .al-info p {font-size: 15px; line-height: 1.8;color: #fff;text-indent: 30px;}
.box2-2 .al-nr{height: 440px;}

.box3-1{margin-bottom: 10px;}
.box3-1 .al-nr{height: 200px;}
.box3-2{}
.box3-2 a{display: block;background: #f70b59;height: 80px;line-height: 80px;color: #fff;font-size: 18px;text-align: center;}

@media (min-width: 992px) and (max-width: 1200px){
  
  .box1-1 .al-nr { height: 380px;}
  .box1-2 .al-nr {height: 210px;}
  
  .box2-1 .al-info{height: 240px;padding: 15px;}
  .box2-1 .al-info h3 { font-size: 22px;color: #fff; text-align: right; line-height: 1; margin-bottom: 10px;margin-top: 0;}
  .box2-1 .al-info h5 {font-size: 13px;line-height: 1.3;}
  .box2-1 .al-info hr { margin: 8px 0 15px;}
  .box2-1 .al-info p { font-size: 13px;}
  .box2-2 .al-nr { height: 350px;}
  
  .box3-1 .al-nr {height: 160px;}
  .box3-2 a { height: 50px;line-height: 50px;font-size: 16px;}
  
  
}

@media (max-width: 992px){
  
  .al-p {padding: 5px;}
  
  .box1-1 .al-nr {height: 300px;}
  .box1-2 .al-nr { height: 170px;}
  
  .box2-1 .al-info{height: 200px;padding: 10px;}
  .box2-1 .al-info h3 {font-size: 20px; margin-bottom: 5px;margin-top: 0;}
  .box2-1 .al-info h5 {font-size: 12px;line-height: 1.2;}
  .box2-1 .al-info hr {margin: 5px 0 10px;}
  .box2-1 .al-info p {font-size: 12px;}
  .box2-2 .al-nr {height: 270px;}
  
  .box3-1 .al-nr {height: 120px;}
  .box3-2 a {height: 70px; line-height: 70px;font-size: 16px;}
  
}

@media (max-width: 767px){

  .anli {padding: 30px 10px;background: #eee;}
  
  .box1-1 {margin-bottom: 5px;}
  .al-box1 { float: left; width: 50%; padding-right: 5px;}
  .box1-1 .al-nr {height: 180px;}
  
  .box2-1 {margin-bottom: 5px;}
  .box2-1 .al-info { height: 305px; padding: 10px;}
  .al-box2 { float: left; width: 50%;padding-right: 0;}
  .box1-2 .al-nr { height: 110px;}
  .box2-1 .al-info h3 { font-size: 18px;margin-bottom: 5px;margin-top: 10px;}
  .box2-1 .al-info h5 { font-size: 12px;line-height: 1;}
  .box2-1 .al-info hr { margin: 5px 0 10px;}
  .box2-1 .al-info p { font-size: 13px;line-height: 1.5;}
  .box2-2{display: none;}
  
  .al-box3 {float: none;width: 100%;overflow: hidden;}
  .box3-1 {margin-bottom: 10px; float: left; width: 50%;}
  .box3-2{float: left;width: 50%;}
  
}


/* 关于我们 */
.gywm{}
.gy-bt{padding: 50px 0;margin-bottom: 0;text-align: center;border: none;}
.gy-bt p {font-size: 14px;line-height: 1; color: #666; margin: 10px 0;}
.gy-bt hr { margin: 0 auto; width: 20%; border-top: 1px solid #000;}

.gywm-cont{background: url(../images/bg3.jpg)no-repeat center;padding: 50px 0;}
.gywm-nr{padding: 0 5%;}
.gywm-nr p { text-align: center; color: #fff; font-size: 15px; line-height: 1.9; margin-bottom: 6px;}

.gy-btn {  text-align: center; margin-top: 30px;}
.gy-btn a {display: inline-block; font-size: 14px; line-height: 1;border: 1px solid #fff; color: #fff;padding: 12px 40px;transition: all .5s;}
.gy-btn a:hover{background: #fff;color: #f70b59;font-weight: bold;}

@media (min-width: 992px) and (max-width: 1200px){
  
}

@media (max-width: 992px){
  
  .gy-bt{padding: 30px 0;}
  .gy-bt p{font-size:12px;}
  
  .gywm-cont{padding: 25px 0;}
  .gywm-nr p {font-size: 13px;line-height: 1.8;}
  
  .gy-btn {margin-top: 20px;}
  .gy-btn a{font-size: 13px;padding: 10px 40px;}
  
}

@media (max-width: 767px){

}

/* 新闻 */
.xinw{padding: 50px 0;}

.xw-bt{position: relative;}
.xw-bt a { position: absolute; right: 6px;bottom: 10px; display: inline-block;font-size: 15px; text-transform: uppercase; border: 2px solid #f70b59;color: #222;line-height: 1;padding: 14px 30px;transition: all .5s;}
.xw-bt a:hover{background: #f70b59;color: #fff;}

.xw-cont{}
.xw-list{float: left;width: 62%;}
.xw-list ul{}
.xw-list ul li {overflow: hidden; padding-bottom: 15px; border-bottom: 1px dashed #bbb;margin-bottom: 15px;}
.xw-list ul li .xw-date { float: left; width: 11%;margin-right: 3%; background: #f70b59;color: #fff;text-align: center;padding: 8px 0;}
.xw-list ul li .xw-date h5 { font-family: Times New Roman;  font-size: 36px;  line-height: 1; font-weight: bold;margin-bottom: 5px;}
.xw-list ul li .xw-date p { font-size: 15px;line-height: 1;}
.xw-list ul li .xw-info{float: left;width: 85%;}
.xw-list ul li .xw-info h3 {font-size: 18px;line-height: 1;margin-bottom: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;margin-top: 3px;}
.xw-list ul li .xw-info p { font-size: 14px; line-height: 1.5; color: #555;}
.xw-list ul li .xw-info h3:hover{color: #f70b59;}

.xw-img{float: right;width: 35%;}
.xw-img img{width: 100%;}

@media (min-width: 992px) and (max-width: 1200px){
  
  .xw-list ul li .xw-info p {height: 40px;overflow: hidden;}
  
}

@media (max-width: 992px){
  
  .xw-list ul li .xw-date {width: 14%;padding: 5px 0;}
  .xw-list ul li .xw-date h5{font-size: 30px;}
  .xw-list ul li .xw-date p{font-size: 13px;}
  
  .xw-list ul li .xw-info {width: 82%;}
  .xw-list ul li .xw-info h3{font-size: 16px;margin-bottom: 5px;}
  .xw-list ul li .xw-info p {font-size: 13px; line-height: 1.5;color: #555; height: 40px; overflow: hidden;}
  
}

@media (max-width: 767px){

  .xw-cont{padding: 0 10px;}
  .xw-list {float: none; width: 100%;}
  .xw-list ul li .xw-info p { font-size: 12px; line-height: 1.3;height: 30px;}
  .xw-img{display: none;}
  
  .xw-bt a {
    position: absolute;
    right: 6px;
    bottom: 10px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    border: 2px solid #f70b59;
    color: #222;
    line-height: 1;
    padding: 10px 20px;
    transition: all .5s;
}
  
  .xinw{padding-bottom: 0;}
  
}


/* 联系我们 */
.lxwm{padding: 50px 0;}


@media (min-width: 992px) and (max-width: 1200px){
  
}

@media (max-width: 992px){
  
}

@media (max-width: 767px){

}


/*底部*/
.f_one {background: #f3f3f3;padding: 30px 0 20px;}

.lx-bt{text-align: right;margin-bottom: 20px;}

.lx-cont {padding: 20px;background: #fff url(../images/f-bg.png)no-repeat center bottom -100px;background-size: 30%;}

.lx-nr{float:left;width: 60%;}
.lx-nr h3 { font-size: 22px; line-height: 1;font-weight: bold; letter-spacing: 1px;color: #000;margin-bottom: 15px;}
.lx-nr h3 img {height: 24px;margin-right: 5px;}
.lx-l { writing-mode: vertical-lr; float: left; font-size: 20px; line-height: 1; background: #f70b59 url(../images/f-dh.png)no-repeat left -6px bottom -6px; color: #fff; font-weight: bold;padding: 20px 10px;letter-spacing: 5px;margin-right: 15px;border-radius: 3px;background-size: 100%;}

.lx-r{float:left;padding-top: 10px;}
.lx-nr .lx-r p { font-size: 15px;line-height: 1; margin-bottom: 8px;color: #444;}

.ditu{float: right;width: 40%;}


.police { color: #eee; margin-top: 10px;font-size: 15px;line-height: 1;}
.police a { margin: 0 5px;display: inline-block;}

.f_two { background: #f70b59;text-align: center;padding: 15px 0;}
.f_two p.copyright {font-size: 14px;line-height: 1.5;color: #eee;}

@media (max-width: 768px){
/*手机底部菜单*/
.footers { display:none}
.footer {background: #303030;display: -webkit-box;width: 100%;margin-top: 6px;background-size: 9px 128px;position: fixed;z-index: 110;bottom: 0;left: 0; display:block; line-height:45px;}
.footer a {-webkit-box-flex: 1;display: -webkit-box;color: #fff; display:inline-block; width:32%;font: 100 16px/35px "微软雅黑";height: 35px; line-height:35px; text-align:center;}
.footer a i { padding-right:5px;}
.hr { height:45px;}
}

@media (min-width: 992px) and (max-width: 1200px){
  
}

@media (max-width: 992px){
  
}

@media (max-width: 767px){
  
}



/* 内页样式 */
.page-body {margin: 10px auto 50px;}

.left_menu{float: left;width: 22%;margin-right: 3%;padding:0;}
.page-body .col-md-9{float: left;width: 75%;padding: 0;}


.page-title { position: relative;  left: 0; top: -60px;  background: #fff; border-top: 4px solid #f70b59; border-bottom: 4px solid #000;padding: 25px 0; text-align: center;z-index: 2;height: 120px;width: 100%;}
.page-title h5{ font-family: Times New Roman;font-size: 28px; text-transform: uppercase; font-weight: bold; color: #000; line-height: 1;margin-bottom: 6px;}
.page-title h3{  font-size: 26px; line-height: 1; color: #f70b59;font-weight: bold;letter-spacing: 2px;}


.sec-tit {border: none;height: 50px;line-height: 50px;background: #005a9f;padding: 0 10px;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.sec-tit h2 {float: left; margin-top: 0;margin-bottom: 0; height: auto;line-height: 50px; font-weight: bold; font-size: 18px;color: #ffffff;border: none;}

.sec-tit h5{margin-top:16px;}
.sec-tit h5 a{color:#fff;}
.sec-tit h5 a:hover{background: #f9b31e}

.page-l-clist ul { padding: 5px 10px; border: 2px solid #005a9f;}
.page-l-clist li { height: 45px; line-height: 45px; text-align: center; font-size: 15px;border: none; background: #eee; margin: 10px 0;}
.page-l-clist li a{display:block;}
.page-l-clist li a:hover {   display: inline-block; width: 100%;  height: 45px; color: #fff; background: #005a9f;}
.page-l-clist li .layer2{left: 100%;}


.left-news li a h5 { line-height: 1; text-align: left; font-size: 14px; padding: 10px;  overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.left-news li a:hover h5{color:#005a9f;}

.sec-marquee-c strong{font-size: 18px;}


/* 右侧 */
.page-alist{margin-top: 0;}

.crumbs-item {line-height: 1;border-bottom: 3px double #d7dbdf;overflow: hidden;margin-bottom: 15px;}
.crumbs-item h5 {font-size: 15px;line-height: 1; padding: 7px 0;color: #555;}

.wp-pagenavi{text-align: center;}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #f70b59;
    background-color: #eee;
    border-color: #ddd;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #222;
    border-color: #222;
}
.pagination>li>a, .pagination>li>span{color: #222;}

/* 新闻列表 */
.news_alist{margin-top: -50px;}
/* .page-alist .page-adate {width: 70px;height: 65px;background: #005a9f;}

.page-alist .page-adate h3 { font-size: 28px;line-height: 1;margin-bottom: 5px;}
.page-alist .page-adate p { font-size: 14px;line-height: 1; margin-bottom: 0;}

.media-heading {margin-top: 0; margin-bottom: 5px; font-size: 18px; font-weight: normal;color: #222;margin-top: 3px;}
.page-alist .page-atit p {color: #555;font-size: 14px; line-height: 1.5;}

.page-atit a:hover .media-heading{color: #f70b59;} */

.news_alist{padding: 0 20px;}
.news_alist ul{}
.news_alist ul li{padding: 0;}
.news_alist ul li a{display:block;overflow: hidden;padding: 15px;}
.news-tit{float: left;width: 80%;}
.news-tit h3 { font-size: 15px; line-height: 1;color: #222;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-tit h3 .fa { margin-right: 5px;color: #888;}
.news-date { float: right; width: 20%;font-size: 13px;line-height: 1; text-align: right; color: #888;}
.news_alist ul li a:hover h3{color: #f70b59;}


/* 图片列表 */
.page-alist .col-md-3 {padding: 0 5px;margin-bottom: 10px;}
.page-alist .col-md-3 a{display:block;}
.page-alist .col-md-3 a .img-inner{width: 300px;overflow: hidden;height: 220px;}
.page-alist .col-md-3 a .img-inner:hover {border: 1px solid #f70b59;overflow: hidden;}
.page-alist .col-md-3 a .img-inner img{height: 100%;}
.page-alist .col-md-3 a h5 { height: auto; line-height: 1; overflow: hidden; font-size: 16px; text-align: center;padding: 5px 0;float: none;}
.page-alist .col-md-3 a:hover h5{color: #f70b59;}

.page-nav {margin-top: -30px;text-align: center; margin-bottom: 20px;position: relative;}
.page-nav ul{overflow: hidden;display: inline-block;}
.page-nav ul li{float: left;border: none;}
.page-nav ul li a { display: block;text-align: center; background: #222; font-size: 14px;line-height: 1;padding: 15px 30px;color: #fff;}
.page-nav ul li a:hover{color: #fff;background: #f70b59;}
.page-nav ul li.on a{color: #fff;background: #f70b59;}

.page-nav ul li.on .layer2 a{background: #222;}
.page-nav ul li.on .layer2 a:hover{background: #f70b59;}

/* 产品列表 */
.pro-nav{float: left;width: 18%;margin-right: 2%;}
.pro-nav h3 { color: #fff; background: #f70b59;  font-size: 24px; line-height: 1; padding: 20px 0;margin-bottom: 3px;}
.pro-nav h3 .fa{margin-right: 5px;}
.pro-nav ul{display: block;overflow: inherit;}
.pro-nav ul li{float: none;position: relative;border-bottom: 1px solid #555;}
.pro-nav ul li a{display: block;overflow: hidden;}
.pro-nav ul li a span{float: left;}
.pro-nav ul li a .fa{float: right;}
.pro-nav ul li .layer2{position: absolute;left:100%;top: 0;z-index: 99;min-width: 100%;}
.pro_alist{float: left;width: 80%;margin-top: -30px;}
.page-alist .col-md-4 {padding: 0 5px;margin-bottom: 10px;}
.page-alist .col-md-4 a{display:block;border: 1px solid #ddd;padding: 5px;}
.page-alist .col-md-4 a .img-inner{width: 310px;overflow: hidden;border: none;padding: 0;height: 220px;}
.page-alist .col-md-4 a .img-inner img{height: 100%;}
.page-alist .col-md-4 a .img-inner:hover {border: none;overflow: hidden;}
.page-alist .col-md-4 a h5 { height: auto; line-height: 1; overflow: hidden; font-size: 16px; text-align: center;padding: 10px 0;float: none;}
.page-alist .col-md-4 a:hover{border-color: #f70b59;}
.page-alist .col-md-4 a:hover h5{color: #f70b59;}

/* 详情页 */
.page-con-tit{}
.page-con-tit h1{font-size: 20px;line-height: 1;padding-bottom: 10px;}
.product_detail h1.title {
    text-align: center;
    font-family: "Microsoft YaHei";
    border-bottom: 1px solid #e0e1dc;
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 20px;
    line-height: 1;
    padding-bottom: 15px;
}
.list_p li { height: auto; line-height: 1;font-size: 15px; border-bottom: 1px dashed #e0e1dc;padding: 10px 0;}
.list_p li h2 {font-size: 15px; font-weight: normal;font-family: "Microsoft YaHei";}
.list_p li h2 a {font-size: 15px;font-family: "Microsoft YaHei";}
.p_detail span.title {
    line-height: 1;
    height: auto;
    text-align: left;
    margin-top: 20px;
    display: block;
    font-size: 15px;
    border-bottom: 4px solid #f70b59;
    background-color: #eee;
    padding: 10px;
}


/* 单页 */
.page-top{margin-top: -30px;}
.page-content { font-size: 15px;  line-height: 30px;padding-top: 0;}

.page-lxwm{float: left;width: 60%;}

.page-liuyan { float: right; width: 40%; margin-top: -30px;background: #eee;padding: 20px; margin-bottom: 20px;}
.page-liuyan h3 { text-align: center;font-size: 20px; font-weight: bold; color: #000;margin-bottom: 20px;}
.page-liuyan .mess_list .mess_title{float:left;}
.page-liuyan .mess_list { overflow: hidden; margin-bottom: 15px; border-bottom: none;padding-bottom: 0;}
.page-liuyan .mess_list .mess_input,.page-liuyan .mess_list .mess_textarea{float: left;}
.page-liuyan .mess_list .form-control{height: 40px;padding: 5px 12px;font-size: 15px;width: 90%;}
.page-liuyan .mess_list .mess_textarea .form-control{height: 90px;}
.page-liuyan .form-control:focus {
    border-color: #f70b59;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(247,11,89,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(247,11,89,.6);
}
.page-liuyan .mess_button{text-align: center;}
.page-liuyan .mess_button input[type=button] { width: 80%;color: #fff; background: #f70b59; font-size: 15px;line-height: 1;padding: 13px 0;}
.page-liuyan .mess_button input[type=button]:hover{background: #f70b59;}


/* 地图 */
.page-addr{}
.page-addr iframe{width: 100%;}



@media (min-width: 992px) and (max-width: 1200px){
  
  .page-alist .col-md-3 a .img-inner{height: 180px;}
  .page-alist .col-md-4 a .img-inner{height: 180px;}
  
  .page-liuyan .mess_list .mess_title{width: 24%;}
  .page-liuyan .mess_list .mess_input, .page-liuyan .mess_list .mess_textarea { width: 76%;}
  
  
  
}

@media (max-width: 992px){
  
  .page-body {margin: 0 auto 50px;}
  .crumbs-item h5 { font-size: 14px; line-height: 1; padding: 10px 0;color: #555;}
  
  .page-body .col-md-9{float: none;width: 100%;}
  
  .page-alist .col-md-4 {padding: 0 5px;margin-bottom: 10px;float: left;width: 33.33333%;}
  .page-alist .col-md-3 {padding: 0 5px;margin-bottom: 10px;float: left;width: 33.33333%;}
  .page-alist .col-md-3 a .img-inner{height: 160px;}
  
  .pro-nav {float: none;width: 100%;margin-right: 0;}
  .pro-nav h3{display: none;}
  .pro-nav ul{overflow: hidden;}
  .pro-nav ul li {float: left; position: relative;border-bottom: none; width: 33.3333%;padding: 0 10px;margin-bottom: 15px;}
  .pro_alist { float: none; width: 100%; margin-top: -15px;}
  .page-alist .col-md-4 a .img-inner{height: 160px;}
  
  .page-title{padding: 15px 0;height: 90px;top: -50px;}
  .page-title h5{font-size: 24px;}
  .page-title h3{font-size: 22px;}
  
  .page-lxwm { float: none; width: 100%;margin-bottom: 10px;}
  .page-liuyan { float: none; width: 100%;margin-top: 0; background: #eee; padding: 20px 0; margin-bottom: 20px;}
  .page-liuyan .mess_list .mess_title{width: 24%;}
  .page-liuyan .mess_list .mess_input, .page-liuyan .mess_list .mess_textarea { width: 76%;}
  
}

@media (max-width: 767px){
  
  .page-body { margin: 5px auto 40px;}
  .page-body .col-md-9 {float: none; width: 100%; padding: 0 15px;}
  
  .crumbs-item h5{font-size: 13px;padding: 7px 0;}
  
  .page-content{padding-top: 0;}
  
  .page-nav{display: block;padding: 0 10px;margin-bottom: 10px;}
  
  .page-nav ul li{width: 50%;padding: 0 5px;margin-bottom: 10px;}
  
  .pro-nav ul { padding: 0 5px;}
  .pro-nav ul li{width: 50%;}

  .page-alist .col-md-4{padding: 0 5px;width: 50%;}
  .img-inner { height: 130px;}
  .page-alist .col-md-4 a h5{font-size:14px;}
  
  .page-alist .col-md-4 a .img-inner { height: 130px;}
  
  .page-alist .page-atit p {height: 4rem;font-size: 13px;}
  
  .page-alist{padding: 0 10px;}
  .page-alist .col-md-3 { width: 50%;}
  .page-alist .col-md-3 a .img-inner { height: 130px;}
  
  .product_detail .img {overflow: hidden;}
  .zoomPad{z-index: 0 !important;}
  
  .news_alist ul li a {padding: 15px 0;}
  
  
  
  
  
}








